body
{
    margin: auto;
    padding-right: 1em;
    padding-left: 1em;
	padding-top: 20px;
    max-width: 47em; 
    /* border-left: 2px solid black; */
    /* border-right: 2px solid black; */
    color: black;
    /* font-family: 'Courier Prime', serif; */
    font-family: Arial, sans-serif;
    font-size: 100%;
    line-height: 140%;
    color: #333; 
}

.profile-image-container {
    display: inline-block;
}

#profile-image {
    width: 150px;
    border-radius: 50%;
}

h1, h2, h3, h4, h5 
{
    font-weight: bold;
	color: #000000;
}

a:link
{ 
	text-decoration: none;
} 

a:visited
{ 
	text-decoration: none;
} 

a:hover
{ 
	text-decoration: none;
} 

a:active
{ 
  /* text-decoration: none;  */
	color: #1F5438;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.gallery-item {
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	width: 400px;
}
.gallery-item img {
	width: 100%;
	height: auto;
	display: block;
}
/* .gallery-item:hover { */
/*     border-color: #777; */
/* } */
.desc {
	padding: 10px;
	text-align: center;
}

header {
    text-align: center;
    margin-bottom: 2em;
}

.header-content {
    display: inline-block;
    text-align: center;
    width: 100%;
}
